All Questions
1 question
0votes
1answer
637views
Correct Architecture for Monolith with Go
I'm designing a monolith RESTful API that potentially sometime in the future may turn into microservices. I'm also trying following Uncle Bob's clean code as well. My question lies in structuring the ...